home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #7 / K-CD-7-2002.ISO / Tools / Atom Timer / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-02-28  |  3.1 KB  |  64 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Atom Timer
  4. AppVerName=Atom Timer 2.8
  5. AppId=Atom Timer
  6. AppPublisher=NowSmart Studio
  7. DefaultDirName={pf}\Atom Timer
  8. DefaultGroupName=Atom Timer
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. InfoAfterFile=embedded\InfoAfter.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\AtomT.exe"; DestDir: "{app}"; 
  18. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  19. Source: "{app}\License.txt"; DestDir: "{app}"; 
  20. Source: "{app}\content.cnt"; DestDir: "{app}"; 
  21. Source: "{app}\content.GID"; DestDir: "{app}"; 
  22. Source: "{app}\Help.hlp"; DestDir: "{app}"; 
  23. Source: "{app}\head.bmp"; DestDir: "{app}"; 
  24. Source: "{app}\alarmlist.atm"; DestDir: "{app}"; 
  25. Source: "{app}\style1\Adjust.bmp"; DestDir: "{app}\style1"; 
  26. Source: "{app}\style1\Adjust1.bmp"; DestDir: "{app}\style1"; 
  27. Source: "{app}\style1\Alarm.bmp"; DestDir: "{app}\style1"; 
  28. Source: "{app}\style1\Close.bmp"; DestDir: "{app}\style1"; 
  29. Source: "{app}\style1\help.bmp"; DestDir: "{app}\style1"; 
  30. Source: "{app}\style1\MainSkin.bmp"; DestDir: "{app}\style1"; 
  31. Source: "{app}\style1\Mini.bmp"; DestDir: "{app}\style1"; 
  32. Source: "{app}\style1\Number.bmp"; DestDir: "{app}\style1"; 
  33. Source: "{app}\style1\option.bmp"; DestDir: "{app}\style1"; 
  34. Source: "{app}\style1\option1.bmp"; DestDir: "{app}\style1"; 
  35. Source: "{app}\style1\pm.bmp"; DestDir: "{app}\style1"; 
  36. Source: "{app}\style1\NumberS.bmp"; DestDir: "{app}\style1"; 
  37. Source: "{app}\style1\music.bmp"; DestDir: "{app}\style1"; 
  38. Source: "{app}\style1\weeks.bmp"; DestDir: "{app}\style1"; 
  39. Source: "{app}\style2\Adjust.bmp"; DestDir: "{app}\style2"; 
  40. Source: "{app}\style2\Adjust1.bmp"; DestDir: "{app}\style2"; 
  41. Source: "{app}\style2\Alarm.bmp"; DestDir: "{app}\style2"; 
  42. Source: "{app}\style2\Close.bmp"; DestDir: "{app}\style2"; 
  43. Source: "{app}\style2\help.bmp"; DestDir: "{app}\style2"; 
  44. Source: "{app}\style2\MainSkin.bmp"; DestDir: "{app}\style2"; 
  45. Source: "{app}\style2\Mini.bmp"; DestDir: "{app}\style2"; 
  46. Source: "{app}\style2\Number.bmp"; DestDir: "{app}\style2"; 
  47. Source: "{app}\style2\option.bmp"; DestDir: "{app}\style2"; 
  48. Source: "{app}\style2\option1.bmp"; DestDir: "{app}\style2"; 
  49. Source: "{app}\style2\pm.bmp"; DestDir: "{app}\style2"; 
  50. Source: "{app}\style2\weeks.bmp"; DestDir: "{app}\style2"; 
  51. Source: "{app}\style2\NumberS.bmp"; DestDir: "{app}\style2"; 
  52. Source: "{app}\style2\music.bmp"; DestDir: "{app}\style2"; 
  53. [Registry]
  54. Root: HKCU; Subkey: "Software\Ruin Studio"; Flags: uninsdeletekey 
  55. Root: HKCU; Subkey: "Software\Ruin Studio"; Flags: deletekey 
  56. [Run]
  57. Filename: "{app}\AtomT.exe"; WorkingDir: "{app}"; Description: "Launch Atom Timer"; Flags: postinstall skipifsilent nowait
  58. [Icons]
  59. Name: "{userstartup}\AtomTimer"; Filename: "{app}\AtomT.exe"; WorkingDir: "{app}"; 
  60. Name: "{group}\Atom Timer"; Filename: "{app}\AtomT.exe"; WorkingDir: "{app}"; 
  61. Name: "{userdesktop}\Atom Timer"; Filename: "{app}\AtomT.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  62. [Tasks]
  63. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  64.